home *** CD-ROM | disk | FTP | other *** search
/ C++ für Kids / C++ for kids.iso / Buch / Noten2a.h < prev    next >
C/C++ Source or Header  |  1998-12-27  |  869b  |  25 lines

  1. //---------------------------------------------------------------------------
  2. #ifndef Noten2aH
  3. #define Noten2aH
  4. //---------------------------------------------------------------------------
  5. #include <vcl\Classes.hpp>
  6. #include <vcl\Controls.hpp>
  7. #include <vcl\StdCtrls.hpp>
  8. #include <vcl\Forms.hpp>
  9. //---------------------------------------------------------------------------
  10. class TForm1 : public TForm
  11. {
  12. __published:    // IDE-verwaltete Komponenten
  13.     TButton *Button1;
  14.     TEdit *Edit1;
  15.     TLabel *Label1;
  16.     void __fastcall Button1Click(TObject *Sender);
  17. private:    // Benutzer-Deklarationen
  18. public:        // Benutzer-Deklarationen
  19.     __fastcall TForm1(TComponent* Owner);
  20. };
  21. //---------------------------------------------------------------------------
  22. extern TForm1 *Form1;
  23. //---------------------------------------------------------------------------
  24. #endif
  25.